home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / http_t.lha / HTTP.thor.readme < prev   
Text File  |  1998-06-19  |  3KB  |  61 lines

  1.                    HTTP.thor V0.9 by John S. Burger
  2.                         jsburger@xmission.com
  3.  
  4.  
  5.        This script, up to V0.8, was written by Remco van Hoof.
  6.  
  7.  
  8. Version 0.9 fixes a problem with URL's with certain characters in them
  9. being passed correctly to the browser. The fix was to have the URL passed
  10. to the browser in double quotes.
  11.  
  12. This version has only been tested with IBrowse.
  13.  
  14.  
  15. History
  16.  
  17.  
  18.    0.2 - URL is now shown in the Browser/GetNET requester (only if he parsed
  19.          URL doesn't contain a double quote).
  20.        - Added Index to locate the presence of the arexx port
  21.          of a browser.
  22.        - Added SCREENTOFRONT and RELOAD for AWeb.
  23.        - Removed loading of rexxsupport.library, it's not needed.
  24.        - Forgot to call the Thor ARexx port before calling REQUESTNOTIFY.
  25.  
  26.    0.3 - Fixed the non working AMosaic part.
  27.        - Added Voyager support.
  28.        - Start browser when needed.
  29.        - Start TCP/IP stack when needed (optionally, AWebII 2.1+ only).
  30.        - Optionally save the url (IBrowse 1.02+ only).
  31.        - Distributed on IRC only.
  32.  
  33.    0.4 - Changed the way the auto url save thingy for IBrowse works.
  34.          It now waits until the title isn't '(Untitled)' or after the
  35.          timeout period has passed.
  36.          Thanks to Shaun Downend for helping to fix this.
  37.  
  38.    0.5 - Forgot to start the TCP/IP stack if a browser wasn't running yet.
  39.        - Changed the requester text when a browser would fain to start.
  40.        - Now Checking for a browser presence before the first requester
  41.          pops up, saving one requester when the browser isn't found.
  42.        - Will ask what to do when the page title returned is 'IBrowse Error',
  43.          'Proxy Message' or '(Untitled)'. (IBrowse only)
  44.  
  45.    0.6 - Added Retry button to the requester that pops up if IBrowse is unable
  46.          grab the page title within the timeout. Retry will grab the current
  47.          tilte and save the url with that title (much like the add button in
  48.          IBrowse itself).
  49.  
  50.    0.7 - Added external config handling stuff.
  51.        - Changed the Voyager ARexx port from MINDWALKER to VOYAGER. This change
  52.          means that only Voyager 2.0+ will be supported
  53.  
  54.    0.8 - Removed old config things.
  55.        - Added option to start cfgHTTP when no config is found.
  56.        - Removed ~ in the check_tcp.
  57.  
  58.    0.9 - Fixed a problem with certain URL's that were not passed correctly
  59.          to the browsers. The URL's are now passed to the browser in double
  60.          quotes. This has only been tested with Ibrowse.
  61.